home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1997 / MacHack 1997.toast / Hacks / Hacks ’96 / Booting Gallery / Booting Gallery (source) / Sources / Sprite Sources / GWorldUtils.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-06-22  |  236 b   |  8 lines  |  [TEXT/CWIE]

  1. #pragma once
  2. #include <QDOffscreen.h>
  3.  
  4.  
  5. OSErr    NewLockedGWorld(GWorldPtr* gWorld,short pixDepth,Rect* bounds,CTabHandle ctTable,GDHandle device,long flags);
  6. OSErr    NewCIconGWorld(short inCIconID,GWorldPtr* outGWorld,RgnHandle* outMask);
  7.  
  8.